home *** CD-ROM | disk | FTP | other *** search
- #ifndef SYSTEM_ALL_H
- #define SYSTEM_ALL_H TRUE
-
- #ifndef SYSTEM_DEBUG_H
- #include <system/debug.h>
- #endif
-
- #ifndef SYSTEM_GLOBALBASE_H
- #include <system/globalbase.h>
- #endif
-
- #ifndef SYSTEM_EVENTS_H
- #include <system/events.h>
- #endif
-
- #ifndef SYSTEM_MISC_H
- #include <system/misc.h>
- #endif
-
- #ifndef SYSTEM_MODULES_H
- #include <system/modules.h>
- #endif
-
- #ifndef SYSTEM_REGISTER_H
- #include <system/register.h>
- #endif
-
- #ifndef SYSTEM_TASKS_H
- #include <system/tasks.h>
- #endif
-
- #ifndef SYSTEM_TRACKING_H
- #include <system/tracking.h>
- #endif
-
- #ifndef SYSTEM_TYPES_H
- #include <system/types.h>
- #endif
-
- #endif /* SYSTEM_ALL_H */
-
-